feat: observe the dispatch showcase with telemetry and an end-to-end capstone#98
Merged
Conversation
…capstone Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes out the dispatch showcase with observability and an end-to-end capstone.
The order saga can now be observed through the vendor-neutral telemetry seam: the host opens a span and increments a counter per transition, tagged with the from/to stage, demonstrated against the slog adapter writing to a buffer. A single capstone test runs the same order machine through the whole story in sequence — proven (verify + symbolic), durable (crash + recovery), distributed (supervised fulfillment actors over gRPC), polyglot (CEL/WASM guard equivalence), and observed — asserting each stage's headline result.
Adds the module README front page, a
[0.1.0]changelog, the finalized package doc, and a benchmark. With this,examples/dispatchexercises the kernel, durable, cluster, transport, expr, wasm, verify/symbolic, and telemetry together in one coherent food-delivery story.